SerializableDictionary<TKey, TValue> Class

public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, 
IXmlSerializable
This language is not supported or no code example is available.
generic<typename TKey, typename TValue> 
public ref class SerializableDictionary : public Dictionary<TKey^, TValue^>^, 
public IXmlSerializable^
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

TKey

TValue

In this article

Definition